S3 File Browser v2 - #289
Open
F3l1x1vo wants to merge 27 commits into
Open
Conversation
F3l1x1vo
marked this pull request as draft
August 13, 2026 10:13
* feat: Add basic search Modal * fix: Update cleanup keys for cut and paste test to include destination file
* feat: Add basic search Modal * feat: overhaul Storage Search Modal * Search Regex and more backend functions (#291) * #180 move filters to backend, restrict regex, move regex button, stream search results * fix lint * #180 add date and size filter to search * #180 autofocus search bar, cancel search, dead i18n keys, session shortcut hint, userside regex validation * fix arch * #180 use daisyui dropdown, show datepicker below input * add left padding to select * fix lint * make the input field as tall as the search select * test: keep search modal open when closing date picker --------- Co-authored-by: F3l1x1vo <fli@ordix.de> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
* feat: Add basic search Modal * feat: overhaul Storage Search Modal * feat: improve recent searches tab * style: use text-white for open search button * fix keybind targeting in search modal * fix merge * fix merge * fix merge --------- Co-authored-by: F3l1x1vo <fli@ordix.de>
* #124 add multipart download, add archived download * #124 fix progress display, add download again button * #124 download again only if cached archive not expired * fix lint * fix lint * #124 restrict downloads to zip format * #124 fix cancelled jobs running checks, show compression stage notice * #128 enable download on right clicking a folder, fix worker display of multidownload * #124 use noncompressed archive directly to browser instead of multipart download to server * feat: remove duplicate code and improve download logic * feat: remove duplicate code and improve download logic * fix: changes to download history behaviour * #124 use chevrons instead of text, hide folders, improve error messages * #124 transmit final size to browser, link browser download to job * #124 ui job improvements * remove deprecated download history unit test * pull from v2 --------- Co-authored-by: dklOrdix <dkl@ordix.de>
…history now overflows, fix TSV preview
…at/s3-file-browser-v2 # Conflicts: # e2e/storage/permissions.spec.ts # src/lib/components/storage/explorer/OperationsButton.svelte # src/routes/(app)/settings/connections/+page.server.ts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #124 #180 #216